'Declaration <ExtensionAttribute()> Public Overloads Shared Sub Draw( _
ByVal imageThe image to draw.As VintasoftImage, _
ByVal graphicsThe System.Drawing.Graphics object, where image must be drawn.As System.Drawing.Graphics, _
ByVal destPointsArray of three System.Drawing.PointF structures that define a parallelogram.() As System.Drawing.PointF _
)
[Extension()] public static void Draw(
VintasoftImage image,
System.Drawing.Graphics graphics,
System.Drawing.PointF[] destPoints
)
[Extension()] public: static void Draw(
VintasoftImage* image,
System.Drawing.Graphics* graphics,
System.Drawing.PointF[]* destPoints
)
[Extension()] public:
static void Draw(
VintasoftImage^ image,
System.Drawing.Graphics^ graphics,
array<System.Drawing.PointF>^ destPoints
)
Parameters
- image
- The image to draw.
- graphics
- The System.Drawing.Graphics object, where image must be drawn.
- destPoints
- Array of three System.Drawing.PointF structures that define a parallelogram.